Package com.stytch.sdk.b2b.sessions

The B2BSessions.kt interface provides methods for authenticating, updating, or revoking sessions, and properties to retrieve the existing session token (opaque or JWT).

Call the StytchB2BClient.sessions.authenticate() method to authenticate a Session and (optionally) update its lifetime by the specified sessionDurationMinutes. If the sessionDurationMinutes is not specified, a Session will not be extended.

Call the StytchB2BClient.sessions.updateSession() method to update the existing session with new session data.

Call the StytchB2BClient.sessions.revoke() method to revoke the current session and immediately invalidate all of its tokens.

Types

Link copied to clipboard
interface B2BSessions

The B2BSessions interface provides methods for authenticating, updating, or revoking sessions, and properties to retrieve the existing session token (opaque or JWT).